home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
mis_cnvt
/
txt2db
/
txt2dbf.ch
< prev
next >
Wrap
Text File
|
1994-01-05
|
1KB
|
44 lines
/***
TXT2DBF.CH Copyright (c) BITwise Computer Services, 1992-1993
- Request all modules you wish to include in your .EXE, be sure to
specify any required LIBs in TXT2DBF.LNK
*/
REQUEST alltrim
REQUEST bin2i
REQUEST bin2l
REQUEST bin2w
REQUEST isalpha
REQUEST isdigit
REQUEST islower
REQUEST isupper
REQUEST i2bin
REQUEST left
REQUEST l2bin
REQUEST padl
REQUEST padc
REQUEST padr
REQUEST rat
REQUEST right
REQUEST strtran
REQUEST stuff
REQUEST transform
// ASSIGN DEFAULT VALUES TO NIL PARAMETERS OR VARIABLES
#command DEFAULT <p> TO <val> [,<pn> TO <valn>] => ;
<p>:=IF(<p> == NIL,<val>,<p>) ;
[; <pn>:=IF(<pn> == NIL,<valn>,<pn>)]
// DOS REDIRECTABLE @ ... SAY
#command @ <row>, <col> SAY <xpr> ;
[PICTURE <pic>] ;
[COLOR <color>] ;
;
=> DevPos( <row>, <col> ) ;
; OutStd(<xpr>)
//EOF